xenstat: handle more than 1024 domains
authorJuergen Gross <jgross@suse.com>
Fri, 15 Jan 2016 16:07:39 +0000 (17:07 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 19 Jan 2016 10:42:37 +0000 (10:42 +0000)
commit6b80d9bd74b01508549179950bfdc2ab07f3ff75
treec763bddfbf4ac141904f19106b528f2f9390f43a
parent0c2f1283486f953604a282188a06e2db143f475d
xenstat: handle more than 1024 domains

get_domain_ids() in libxenstat used by read_attributes_qdisk() is
limited to 1024 domains. Remove that limit.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/xenstat/libxenstat/src/xenstat_qmp.c